Click or drag to resize

SipClientContact Property

Gets or sets Contact header field. The Contact header field is used to convey a URI that identifies the request/response originator.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Contact Contact { get; set; }

Property Value

Type: Contact
The contact.
See Also